type net/http.http2http2Config
8 uses
net/http (current package)
h2_bundle.go#L1049: type http2http2Config struct {
h2_bundle.go#L1066: func http2configFromServer(h1 *Server, h2 *http2Server) http2http2Config {
h2_bundle.go#L1067: conf := http2http2Config{
h2_bundle.go#L1087: func http2configFromTransport(h2 *http2Transport) http2http2Config {
h2_bundle.go#L1088: conf := http2http2Config{
h2_bundle.go#L1119: func http2setConfigDefaults(conf *http2http2Config, server bool) {
h2_bundle.go#L1147: func http2fillNetHTTPConfig(conf *http2http2Config, h2 *HTTP2Config) {
h2_bundle.go#L4904: func (sc *http2serverConn) serve(conf http2http2Config) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |